DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / DesignTimeVisible Property

In This Topic
    DesignTimeVisible Property (DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    Gets or sets a value indicating whether the command object should be visible in a customized interface control.
    Syntax
    'Declaration
     
    Public Overrides Property DesignTimeVisible As Boolean
    public override bool DesignTimeVisible {get; set;}
    See Also